Html Css Color HEX #0565AB Cerulean

📋 copy color: '#0565AB'

red 5 ◦ green 101 ◦ blue 171

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

Shades of Cerulean #0565AB

Tints of Cerulean #0565AB

RGB

 RED value IS 5 (2.34% from 255) = 1.81%

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

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

R = 1.81%
G = 36.46%
B = 61.73%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0565AB (or 0x0565AB) is known color: Cerulean. HEX triplet: 05, 65 and AB. RGB value is (5,101,171). Sum of RGB (Red+Green+Blue) = 5+101+171=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #0565AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0565AB is #FA9A54. Grayscale: #4F4F4F. Windows color (decimal): -16423509 or 11232517. OLE color: 11232517.

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

Color convert

RGB 5 101 171 -
CMYK 0.97 0.41 0 0.33
HSL 205.3º 0.94% 0.35% -
HSV(B) 205.3º 0.97% 0.67% -
XYZ 12.07 12.28 40.26 -
YUV 80.28 179.2 74.31 -
System Red Green Blue C M Y K H S L
Decimal 5 101 171 0.97 0.41 0 0.33 205.3 0.94 0.35
Hex 5 65 AB 61 29 0 21 CD 5E 23
Octal 5 145 253 141 51 0 41 315 136 43
Binary 101 1100101 10101011 1100001 101001 0 100001 11001101 1011110 100011

Color Harmonies of #0565AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0565AB

Black with #0565AB

Text Example


Text Example

White with #0565AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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