Html Css Color HEX #0265AC Cerulean

📋 copy color: '#0265AC'

red 2 ◦ green 101 ◦ blue 172

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

Shades of Cerulean #0265AC

Tints of Cerulean #0265AC

RGB

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

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

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

R = 0.73%
G = 36.73%
B = 62.55%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0265AC (or 0x0265AC) is known color: Cerulean. HEX triplet: 02, 65 and AC. RGB value is (2,101,172). Sum of RGB (Red+Green+Blue) = 2+101+172=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #0265AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0265AC is #FD9A53. Grayscale: #4F4F4F. Windows color (decimal): -16620116 or 11298050. OLE color: 11298050.

HSL color Cylindrical-coordinate representation of color #0265AC: hue angle of 205.06º 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 #0265AC is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 2 101 172 -
CMYK 0.99 0.41 0 0.33
HSL 205.06º 0.98% 0.34% -
HSV(B) 205.06º 0.99% 0.67% -
XYZ 12.13 12.3 40.76 -
YUV 79.49 180.2 72.73 -
System Red Green Blue C M Y K H S L
Decimal 2 101 172 0.99 0.41 0 0.33 205.06 0.98 0.34
Hex 2 65 AC 63 29 0 21 CD 62 22
Octal 2 145 254 143 51 0 41 315 142 42
Binary 10 1100101 10101100 1100011 101001 0 100001 11001101 1100010 100010

Color Harmonies of #0265AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0265AC

Black with #0265AC

Text Example


Text Example

White with #0265AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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