Html Css Color HEX #0065AB Cerulean

📋 copy color: '#0065AB'

red 0 ◦ green 101 ◦ blue 171

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

Shades of Cerulean #0065AB

Tints of Cerulean #0065AB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 171 (67.19% from 255) = 62.87%

R = 0%
G = 37.13%
B = 62.87%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0065AB (or 0x0065AB) is known color: Cerulean. HEX triplet: 00, 65 and AB. RGB value is (0,101,171). Sum of RGB (Red+Green+Blue) = 0+101+171=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #0065AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0065AB is #FF9A54. Grayscale: #4E4E4E. Windows color (decimal): -16751189 or 11232512. OLE color: 11232512.

HSL color Cylindrical-coordinate representation of color #0065AB: hue angle of 204.56º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0065AB is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 101 171 -
CMYK 1 0.41 0 0.33
HSL 204.56º 1% 0.34% -
HSV(B) 204.56º 1% 0.67% -
XYZ 12 12.25 40.26 -
YUV 78.78 180.04 71.81 -
System Red Green Blue C M Y K H S L
Decimal 0 101 171 1 0.41 0 0.33 204.56 1 0.34
Hex 0 65 AB 64 29 0 21 CD 64 22
Octal 0 145 253 144 51 0 41 315 144 42
Binary 0 1100101 10101011 1100100 101001 0 100001 11001101 1100100 100010

Color Harmonies of #0065AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0065AB

Black with #0065AB

Text Example


Text Example

White with #0065AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0065AB; }

 p { color: rgb(0,101,171); }

 H1.HeaderClassName
 {
   color: #0065AB;
 }
 .AnyTagClassName
 {
   color: #0065AB;
 }
</style>

background-color css

<style>
 a { background-color: #0065AB; }

 a { background-color: rgb(0,101,171); }

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

border-color css

<style>
 span { border-color: #0065AB; }

 span { border-color: rgb(0,101,171); }

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