Html Css Color HEX #0165AE Cerulean

📋 copy color: '#0165AE'

red 1 ◦ green 101 ◦ blue 174

#0165AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0165AE

Tints of Cerulean #0165AE

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

 GREEN value IS 101 (39.84% from 255) = 36.59%

 BLUE value IS 174 (68.36% from 255) = 63.04%

R = 0.36%
G = 36.59%
B = 63.04%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0165AE (or 0x0165AE) is known color: Cerulean. HEX triplet: 01, 65 and AE. RGB value is (1,101,174). Sum of RGB (Red+Green+Blue) = 1+101+174=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 174 (68.36% from 255 or 63.04% from 276); Max value from RGB is 174 - color contains mainly: blue. Hex color #0165AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0165AE is #FE9A51. Grayscale: #4F4F4F. Windows color (decimal): -16685650 or 11429121. OLE color: 11429121.

HSL color Cylindrical-coordinate representation of color #0165AE: hue angle of 205.32º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0165AE is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 101 174 -
CMYK 0.99 0.42 0 0.32
HSL 205.32º 0.99% 0.34% -
HSV(B) 205.32º 0.99% 0.68% -
XYZ 12.31 12.37 41.78 -
YUV 79.42 181.37 72.06 -
System Red Green Blue C M Y K H S L
Decimal 1 101 174 0.99 0.42 0 0.32 205.32 0.99 0.34
Hex 1 65 AE 63 2A 0 20 CD 63 22
Octal 1 145 256 143 52 0 40 315 143 42
Binary 1 1100101 10101110 1100011 101010 0 100000 11001101 1100011 100010

Color Harmonies of #0165AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0165AE

Black with #0165AE

Text Example


Text Example

White with #0165AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0165AE; }

 p { color: rgb(1,101,174); }

 H1.HeaderClassName
 {
   color: #0165AE;
 }
 .AnyTagClassName
 {
   color: #0165AE;
 }
</style>

background-color css

<style>
 a { background-color: #0165AE; }

 a { background-color: rgb(1,101,174); }

 div.DivClassName
 {
   background-color: #0165AE;
 }
 .BgClassName
 {
   background-color: #0165AE;
 }
</style>

border-color css

<style>
 span { border-color: #0165AE; }

 span { border-color: rgb(1,101,174); }

 td.TdClassName
 {
   border-color: #0165AE;
 }
 .TagClassName
 {
   border-color: #0165AE;
 }
</style>