Html Css Color HEX #0630DA Persian Blue

📋 copy color: '#0630DA'

red 6 ◦ green 48 ◦ blue 218

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

Shades of Persian Blue #0630DA

Tints of Persian Blue #0630DA

RGB

 RED value IS 6 (2.73% from 255) = 2.21%

 GREEN value IS 48 (19.14% from 255) = 17.65%

 BLUE value IS 218 (85.55% from 255) = 80.15%

R = 2.21%
G = 17.65%
B = 80.15%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0630DA (or 0x0630DA) is known color: Persian Blue. HEX triplet: 06, 30 and DA. RGB value is (6,48,218). Sum of RGB (Red+Green+Blue) = 6+48+218=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 218 (85.55% from 255 or 80.15% from 272); Max value from RGB is 218 - color contains mainly: blue. Hex color #0630DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0630DA is #F9CF25. Grayscale: #363636. Windows color (decimal): -16371494 or 14299142. OLE color: 14299142.

HSL color Cylindrical-coordinate representation of color #0630DA: hue angle of 228.11º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0630DA is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 48 218 -
CMYK 0.97 0.78 0 0.15
HSL 228.11º 0.95% 0.44% -
HSV(B) 228.11º 0.97% 0.85% -
XYZ 13.79 7.21 67 -
YUV 54.82 220.09 93.18 -
System Red Green Blue C M Y K H S L
Decimal 6 48 218 0.97 0.78 0 0.15 228.11 0.95 0.44
Hex 6 30 DA 61 4E 0 F E4 5F 2C
Octal 6 60 332 141 116 0 17 344 137 54
Binary 110 110000 11011010 1100001 1001110 0 1111 11100100 1011111 101100

Color Harmonies of #0630DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0630DA

Black with #0630DA

Text Example


Text Example

White with #0630DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0630DA; }

 p { color: rgb(6,48,218); }

 H1.HeaderClassName
 {
   color: #0630DA;
 }
 .AnyTagClassName
 {
   color: #0630DA;
 }
</style>

background-color css

<style>
 a { background-color: #0630DA; }

 a { background-color: rgb(6,48,218); }

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

border-color css

<style>
 span { border-color: #0630DA; }

 span { border-color: rgb(6,48,218); }

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