Html Css Color HEX #07699B Cerulean

📋 copy color: '#07699B'

red 7 ◦ green 105 ◦ blue 155

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

Shades of Cerulean #07699B

Tints of Cerulean #07699B

RGB

 RED value IS 7 (3.13% from 255) = 2.62%

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

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

R = 2.62%
G = 39.33%
B = 58.05%

CMYK

 C value IS 0.95

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07699B (or 0x07699B) is known color: Cerulean. HEX triplet: 07, 69 and 9B. RGB value is (7,105,155). Sum of RGB (Red+Green+Blue) = 7+105+155=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #07699B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07699B is #F89664. Grayscale: #515151. Windows color (decimal): -16291429 or 10184967. OLE color: 10184967.

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

Color convert

RGB 7 105 155 -
CMYK 0.95 0.32 0 0.39
HSL 200.27º 0.91% 0.32% -
HSV(B) 200.27º 0.95% 0.61% -
XYZ 11.06 12.51 32.84 -
YUV 81.4 169.53 74.93 -
System Red Green Blue C M Y K H S L
Decimal 7 105 155 0.95 0.32 0 0.39 200.27 0.91 0.32
Hex 7 69 9B 5F 20 0 27 C8 5B 20
Octal 7 151 233 137 40 0 47 310 133 40
Binary 111 1101001 10011011 1011111 100000 0 100111 11001000 1011011 100000

Color Harmonies of #07699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07699B

Black with #07699B

Text Example


Text Example

White with #07699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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