Html Css Color HEX #0265AB Cerulean

📋 copy color: '#0265AB'

red 2 ◦ green 101 ◦ blue 171

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

Shades of Cerulean #0265AB

Tints of Cerulean #0265AB

RGB

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

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

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

R = 0.73%
G = 36.86%
B = 62.41%

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

#0265AB (or 0x0265AB) is known color: Cerulean. HEX triplet: 02, 65 and AB. RGB value is (2,101,171). Sum of RGB (Red+Green+Blue) = 2+101+171=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #0265AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0265AB is #FD9A54. Grayscale: #4F4F4F. Windows color (decimal): -16620117 or 11232514. OLE color: 11232514.

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

Color convert

RGB 2 101 171 -
CMYK 0.99 0.41 0 0.33
HSL 204.85º 0.98% 0.34% -
HSV(B) 204.85º 0.99% 0.67% -
XYZ 12.03 12.26 40.26 -
YUV 79.38 179.7 72.81 -
System Red Green Blue C M Y K H S L
Decimal 2 101 171 0.99 0.41 0 0.33 204.85 0.98 0.34
Hex 2 65 AB 63 29 0 21 CD 62 22
Octal 2 145 253 143 51 0 41 315 142 42
Binary 10 1100101 10101011 1100011 101001 0 100001 11001101 1100010 100010

Color Harmonies of #0265AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0265AB

Black with #0265AB

Text Example


Text Example

White with #0265AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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