Html Css Color HEX #006FA5 Cerulean

📋 copy color: '#006FA5'

red 0 ◦ green 111 ◦ blue 165

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

Shades of Cerulean #006FA5

Tints of Cerulean #006FA5

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 111 (43.75% from 255) = 40.22%

 BLUE value IS 165 (64.84% from 255) = 59.78%

R = 0%
G = 40.22%
B = 59.78%

CMYK

 C value IS 1

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#006FA5 (or 0x006FA5) is known color: Cerulean. HEX triplet: 00, 6F and A5. RGB value is (0,111,165). Sum of RGB (Red+Green+Blue) = 0+111+165=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 165 (64.84% from 255 or 59.78% from 276); Max value from RGB is 165 - color contains mainly: blue. Hex color #006FA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FA5 is #FF905A. Grayscale: #535353. Windows color (decimal): -16748635 or 10841856. OLE color: 10841856.

HSL color Cylindrical-coordinate representation of color #006FA5: hue angle of 199.64º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FA5 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 0 111 165 -
CMYK 1 0.33 0 0.35
HSL 199.64º 1% 0.32% -
HSV(B) 199.64º 1% 0.65% -
XYZ 12.48 14.09 37.66 -
YUV 83.97 173.73 68.11 -
System Red Green Blue C M Y K H S L
Decimal 0 111 165 1 0.33 0 0.35 199.64 1 0.32
Hex 0 6F A5 64 21 0 23 C8 64 20
Octal 0 157 245 144 41 0 43 310 144 40
Binary 0 1101111 10100101 1100100 100001 0 100011 11001000 1100100 100000

Color Harmonies of #006FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006FA5

Black with #006FA5

Text Example


Text Example

White with #006FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006FA5; }

 p { color: rgb(0,111,165); }

 H1.HeaderClassName
 {
   color: #006FA5;
 }
 .AnyTagClassName
 {
   color: #006FA5;
 }
</style>

background-color css

<style>
 a { background-color: #006FA5; }

 a { background-color: rgb(0,111,165); }

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

border-color css

<style>
 span { border-color: #006FA5; }

 span { border-color: rgb(0,111,165); }

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