Html Css Color HEX #0267AF Cerulean

📋 copy color: '#0267AF'

red 2 ◦ green 103 ◦ blue 175

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

Shades of Cerulean #0267AF

Tints of Cerulean #0267AF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.79%

 BLUE value IS 175 (68.75% from 255) = 62.5%

R = 0.71%
G = 36.79%
B = 62.5%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0267AF (or 0x0267AF) is known color: Cerulean. HEX triplet: 02, 67 and AF. RGB value is (2,103,175). Sum of RGB (Red+Green+Blue) = 2+103+175=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #0267AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0267AF is #FD9850. Grayscale: #505050. Windows color (decimal): -16619601 or 11495170. OLE color: 11495170.

HSL color Cylindrical-coordinate representation of color #0267AF: hue angle of 204.97º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0267AF is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 2 103 175 -
CMYK 0.99 0.41 0 0.31
HSL 204.97º 0.98% 0.35% -
HSV(B) 204.97º 0.99% 0.69% -
XYZ 12.61 12.81 42.36 -
YUV 81.01 181.04 71.65 -
System Red Green Blue C M Y K H S L
Decimal 2 103 175 0.99 0.41 0 0.31 204.97 0.98 0.35
Hex 2 67 AF 63 29 0 1F CD 62 23
Octal 2 147 257 143 51 0 37 315 142 43
Binary 10 1100111 10101111 1100011 101001 0 11111 11001101 1100010 100011

Color Harmonies of #0267AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0267AF

Black with #0267AF

Text Example


Text Example

White with #0267AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0267AF; }

 p { color: rgb(2,103,175); }

 H1.HeaderClassName
 {
   color: #0267AF;
 }
 .AnyTagClassName
 {
   color: #0267AF;
 }
</style>

background-color css

<style>
 a { background-color: #0267AF; }

 a { background-color: rgb(2,103,175); }

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

border-color css

<style>
 span { border-color: #0267AF; }

 span { border-color: rgb(2,103,175); }

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