Html Css Color HEX #0465AB Cerulean

📋 copy color: '#0465AB'

red 4 ◦ green 101 ◦ blue 171

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

Shades of Cerulean #0465AB

Tints of Cerulean #0465AB

RGB

 RED value IS 4 (1.95% from 255) = 1.45%

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

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

R = 1.45%
G = 36.59%
B = 61.96%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0465AB (or 0x0465AB) is known color: Cerulean. HEX triplet: 04, 65 and AB. RGB value is (4,101,171). Sum of RGB (Red+Green+Blue) = 4+101+171=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 101 (39.84% from 255 or 36.59% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #0465AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0465AB is #FB9A54. Grayscale: #4F4F4F. Windows color (decimal): -16489045 or 11232516. OLE color: 11232516.

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

Color convert

RGB 4 101 171 -
CMYK 0.98 0.41 0 0.33
HSL 205.15º 0.95% 0.34% -
HSV(B) 205.15º 0.98% 0.67% -
XYZ 12.05 12.27 40.26 -
YUV 79.98 179.36 73.81 -
System Red Green Blue C M Y K H S L
Decimal 4 101 171 0.98 0.41 0 0.33 205.15 0.95 0.34
Hex 4 65 AB 62 29 0 21 CD 5F 22
Octal 4 145 253 142 51 0 41 315 137 42
Binary 100 1100101 10101011 1100010 101001 0 100001 11001101 1011111 100010

Color Harmonies of #0465AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0465AB

Black with #0465AB

Text Example


Text Example

White with #0465AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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