Html Css Color HEX #0264AC Cerulean

📋 copy color: '#0264AC'

red 2 ◦ green 100 ◦ blue 172

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

Shades of Cerulean #0264AC

Tints of Cerulean #0264AC

RGB

 RED value IS 2 (1.17% from 255) = 0.73%

 GREEN value IS 100 (39.45% from 255) = 36.5%

 BLUE value IS 172 (67.58% from 255) = 62.77%

R = 0.73%
G = 36.5%
B = 62.77%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0264AC (or 0x0264AC) is known color: Cerulean. HEX triplet: 02, 64 and AC. RGB value is (2,100,172). Sum of RGB (Red+Green+Blue) = 2+100+172=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #0264AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0264AC is #FD9B53. Grayscale: #4E4E4E. Windows color (decimal): -16620372 or 11297794. OLE color: 11297794.

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

Color convert

RGB 2 100 172 -
CMYK 0.99 0.42 0 0.33
HSL 205.41º 0.98% 0.34% -
HSV(B) 205.41º 0.99% 0.67% -
XYZ 12.03 12.11 40.73 -
YUV 78.91 180.53 73.15 -
System Red Green Blue C M Y K H S L
Decimal 2 100 172 0.99 0.42 0 0.33 205.41 0.98 0.34
Hex 2 64 AC 63 2A 0 21 CD 62 22
Octal 2 144 254 143 52 0 41 315 142 42
Binary 10 1100100 10101100 1100011 101010 0 100001 11001101 1100010 100010

Color Harmonies of #0264AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0264AC

Black with #0264AC

Text Example


Text Example

White with #0264AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0264AC; }

 p { color: rgb(2,100,172); }

 H1.HeaderClassName
 {
   color: #0264AC;
 }
 .AnyTagClassName
 {
   color: #0264AC;
 }
</style>

background-color css

<style>
 a { background-color: #0264AC; }

 a { background-color: rgb(2,100,172); }

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

border-color css

<style>
 span { border-color: #0264AC; }

 span { border-color: rgb(2,100,172); }

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