Html Css Color HEX #00699B Cerulean

📋 copy color: '#00699B'

red 0 ◦ green 105 ◦ blue 155

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

Shades of Cerulean #00699B

Tints of Cerulean #00699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.38%

 BLUE value IS 155 (60.94% from 255) = 59.62%

R = 0%
G = 40.38%
B = 59.62%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00699B (or 0x00699B) is known color: Cerulean. HEX triplet: 00, 69 and 9B. RGB value is (0,105,155). Sum of RGB (Red+Green+Blue) = 0+105+155=260 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #00699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00699B is #FF9664. Grayscale: #4F4F4F. Windows color (decimal): -16750181 or 10184960. OLE color: 10184960.

HSL color Cylindrical-coordinate representation of color #00699B: hue angle of 199.35º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00699B is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 105 155 -
CMYK 1 0.32 0 0.39
HSL 199.35º 1% 0.3% -
HSV(B) 199.35º 1% 0.61% -
XYZ 10.97 12.47 32.84 -
YUV 79.31 170.71 71.43 -
System Red Green Blue C M Y K H S L
Decimal 0 105 155 1 0.32 0 0.39 199.35 1 0.3
Hex 0 69 9B 64 20 0 27 C7 64 1E
Octal 0 151 233 144 40 0 47 307 144 36
Binary 0 1101001 10011011 1100100 100000 0 100111 11000111 1100100 11110

Color Harmonies of #00699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00699B

Black with #00699B

Text Example


Text Example

White with #00699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00699B; }

 p { color: rgb(0,105,155); }

 H1.HeaderClassName
 {
   color: #00699B;
 }
 .AnyTagClassName
 {
   color: #00699B;
 }
</style>

background-color css

<style>
 a { background-color: #00699B; }

 a { background-color: rgb(0,105,155); }

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

border-color css

<style>
 span { border-color: #00699B; }

 span { border-color: rgb(0,105,155); }

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